        

   
 vb       attachment.php
  
   


// check if there is a forum password and if so, ensure the user has it set  

    190  

   if ( !$vbulletin->db->query_first ( "SELECT postid FROM " . TABLE_PREFIX . "post WHERE userid='".$vbulletin->userinfo[userid]."'  AND threadid=$threadinfo[threadid]" ) ) :   
                        eval('print_output("' . fetch_template('MARCO1 Cant See Attach') . '");');   
                endif ;  


        

